gribozavr
(Dmitri Gribenko)
1
Hi,
We have made the swift-cmark repository an actual GitHub fork of the
upstream cmark repository.
When running build-script, you might see a message like this:
<<<<
You have an old copy of the cmark repository.
You need to remove it and clone again:
$ rm -rf <src>/cmark
$ <src>/swift/utils/update-checkout --clone
Please run those commands and they will bring your repository up to
date. Sorry for the disruption.
Dmitri
···
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/