Skip to content

Instantly share code, notes, and snippets.

@amondnet
Last active August 30, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amondnet/cd3f49bc8b0ddf99ee3d76ba3e39dda6 to your computer and use it in GitHub Desktop.
Save amondnet/cd3f49bc8b0ddf99ee3d76ba3e39dda6 to your computer and use it in GitHub Desktop.
lecture_001_001
void main() {
// TODO hello world 를 출력하는 코드를 작성하세요
}
void main() {
print('hello world');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment