Skip to content

Instantly share code, notes, and snippets.

@crazymonkyyy
Created August 13, 2023 18:29
Show Gist options
  • Select an option

  • Save crazymonkyyy/62fdfc5e11ae12206f08910ce26df5cc to your computer and use it in GitHub Desktop.

Select an option

Save crazymonkyyy/62fdfc5e11ae12206f08910ce26df5cc to your computer and use it in GitHub Desktop.
import core.stdc.stdio;
extern(C) void main(){
string s="hello";
printf("%s",&s[0]);
}
/*
dmd -c -betterC min.d
gcc min.o -o min
./min
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment