Sha256: bb4ddee9849320e81f8deda3fab8be05028120ad655b5ef193eb0fe8e13b951c
Contents?: true
Size: 199 Bytes
Versions: 28
Compression:
Stored size: 199 Bytes
Contents
using System; public static class Forth { public static string Evaluate(string[] instructions) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
28 entries across 28 versions & 1 rubygems