Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
titleHC HelloWorld
linenumberstrue
#include <stdio.h>
int main (int argc, char ** argv) {
  finish {
    async {
      printf("Hello !\n");
    }
  }
  return 0;
}