Skip to content
/ Strongs Public

A Strong is like a string in every way, except always uppercase.

License

Notifications You must be signed in to change notification settings

jj05y/Strongs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strongs

A Strong is like a string in every way, except always uppercase.

using Strongs;

...

Strong strongHello = "hello world";
string hello = strongHello;
Console.WriteLine(hello);	// HELLO WORLD

About

A Strong is like a string in every way, except always uppercase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages