You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

HC HelloWorld
#include <stdio.h>
int main (int argc, char ** argv) {
  finish {
    async {
      printf("Hello !\n");
    }
  }
  return 0;
}
  • No labels