Skip to content

Instantly share code, notes, and snippets.

@bhelyer
Created January 27, 2010 17:21
Show Gist options
  • Save bhelyer/288021 to your computer and use it in GitHub Desktop.
Save bhelyer/288021 to your computer and use it in GitHub Desktop.
[~]$ ed test.d
test.d: No such file or directory
i
import std.stdio;
void main()
{
string ☪ = "☺";
writeln(☪);
}
.
wq
74
[~]$ dmd test.d
test.d(5): unsupported char 0x262a
test.d(6): unsupported char 0x262a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment