This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'dart:collection'; | |
import 'dart:io'; | |
import 'dart:isolate'; | |
void main() async { | |
final home = Platform.environment["HOME"]; | |
final receiver = await Receiver.build([ | |
// Directory(".."), | |
Directory("."), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open Str;; | |
let quine = "open Str;; | |
let quine = & | |
(* | |
This is not mental whatsoever. Duh!.. | |
*) | |
let main _ = |