Skip to content

Instantly share code, notes, and snippets.

View lavabyrd's full-sized avatar

Mark Preston lavabyrd

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace import111 {
class Program {
static void Main(string[] args) {
if (args.Length != 3) {
Console.WriteLine("usage: import111 [input_path] [column] [output_path]\n" +