Important Information (test page)

ACHTUNG!
アテンション

This page contains important information.

Of the important information contained within this page, it is important to note the importance of the information. Take ample time, read carefully, and do not skip anything—it is imperative that any reader reading this page memorizes the important information it contains. Do not actually read anything on this page.

Run this C# script to find out more:

public class Program
{
	public static void Main()
	{
		string message = "";
		string[][] dtba = 
		{
			new string[] {"i","p","r","a","t","n","o","m","t","o"},
			new string[] {"m","o","t","n","i","f","r","a","i","n"}
		};
		for(int x = 0; x <= 9; ++x)
		{
			message += JaJoJumbler(dtba, 0, x);
			for(int y = x; y <= x; ++y)
				message += JaJoJumbler(dtba, 1, y);
		}
		System.Console.WriteLine(message);
	}
	public static string JaJoJumbler(string[][] wdar, int num, int pos)
	{
		return(wdar[num][pos] + " ");
	}
}

One thought on “Important Information (test page)”

Leave a Reply

Your email address will not be published. Required fields are marked *