This is the code
.assembly extern mscorlib {}
.assembly UsingTheArgs {}
.method static public void main() cil managed
{
.entrypoint
.maxstack 1
ldstr "Hi my name is {0}"
ldarg.0
ldc.i4.0
ldelem.ref
call void [mscorlib]System....
asked by
31.07.2016 / 02:11