Skip to content

Instantly share code, notes, and snippets.

@cristianbgp
Created July 12, 2018 05:01
Show Gist options
  • Save cristianbgp/b21d1b32394023519eca044307462eb6 to your computer and use it in GitHub Desktop.
Save cristianbgp/b21d1b32394023519eca044307462eb6 to your computer and use it in GitHub Desktop.
using System;
class Test{
string word;
void Main(){
word = "i don´t know how to code :)";
print(word);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment