craftlofer

craftlofer

Views:
25,313
Subscribers:
119
Videos:
55
Duration:
1:55:30

craftlofer is a YouTube content creator with 119 subscribers, publishing 55 videos which altogether total more than 25.31 thousand views.

Created on ● Channel Link: https://www.youtube.com/channel/UCjM7LA7Bl_y2W4SxKsTQcSw




About craftlofer

using System;

public class MainClass
{
public static void Main()
{
Channel chn = new Channel("craftlofer", "this is my description, i do coding i guess and upload vids when i feel like it");
Console.WriteLine (chn.Name + ": " + chn.Description);
}
}

public class Channel
{
public string Name;
public string Description;

public Channel(string NameIN, string DescriptionIN)
{
Name = NameIN;
Description = DescriptionIN;
}
}




Most Viewed Games



Latest Videos


2025-02-18 7:18:22 PM ● 76 views ● 0:00
2023-10-17 9:22:41 PM ● 153 views ● 0:54
2023-10-12 1:52:29 AM ● 1,468 views ● 2:55
2023-10-01 8:22:38 PM ● 46 views ● 0:35
2023-08-28 10:31:55 AM ● 111 views ● 13:26
Category:
Vlog
2023-08-01 8:27:46 PM ● 33 views ● 11:22
2023-07-22 2:48:34 AM ● 119 views ● 0:11
2023-01-08 12:47:03 PM ● 80 views ● 3:37
Roblox
Roblox (2006)
2022-11-20 6:29:18 PM ● 147 views ● 1:19
2022-07-28 10:10:55 PM ● 464 views ● 0:49